::-webkit-scrollbar {
width: 9px;
background-color: #fff;
}
::-webkit-scrollbar-thumb {
border: solid 2px #fff;
width: 5px;
border-radius: 4px;
background-color: #383f4b;
}
::-webkit-scrollbar-corner {
background-color: #fff;
}
::-webkit-scrollbar:horizontal {
height: 9px;
}
::-webkit-selection {
background: #3355a9;
color: #fff;
}
::-moz-selection {
background: #3355a9;
color: #fff;
}
::selection {
	background: #3355a9;
	color: #fff;
}
@keyframes circleProgressLoad_right {
0% {
transform: rotate(45deg);
}
50%, 100% {
transform: rotate(225deg);
}
}
@keyframes circleProgressLoad_left {
0%, 50% {
transform: rotate(45deg);
}
100% {
transform: rotate(225deg);
}
}
#pc_banner .p_MatteIcon .iconfont:before {
	content: '\e602';
}
#pc_banner >div {
	animation-fill-mode: both;
}
#pc_banner .f-center {
	text-align: center;
/*
	height: 100vh;
	max-height: 1080px;
*/
	position: relative;
}
#pc_banner .c-mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
}
#pc_banner .f-center .c-text-box {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 4;
	width: 100%;
	color: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
#pc_banner .f-center .c-text-box .c-num {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 35px;
}
#pc_banner .f-center .c-text-box .c-num img {
	width: 300px;
	opacity: 1;
}
#pc_banner .f-center .c-text-box .c-num p {
	margin-left: 10px;
	font-size: 24px;
	line-height: 1;
}
#pc_banner .f-center .c-text-box .c-title {
	font-size: 52px;
	line-height: 58px;
	font-weight: bold;
}
#pc_banner .f-center .c-text-box .c-text {
	margin-bottom: 75px;
	margin-top: 20px;
	font-size: 16px;
	line-height: 30px;
}
#pc_banner .c-common-btn1 {
	position: relative;
	display: inline-block;
	border: 2px solid #fff;
}
#pc_banner .c-common-btn1::before {
	content: "";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: -2px;
	left: -2px;
	width: 0;
	height: calc(100% + 4px);
	background: #fff;
	transition: .5s;
}
#pc_banner .c-common-btn1 div {
	position: relative;
	z-index: 2;
	font-size: 14px;
	line-height: 56px;
	padding: 0 72px 0 40px;
	color: #fff;
	transition: all .5s;
}
#pc_banner .c-common-btn1:hover div {
	color: #555;
}
#pc_banner .c-common-btn1:hover::before {
	width: calc(100% + 4px);
}
#pc_banner .f-14 {
	font-size: 14px;
}
#pc_banner .pcimg {
	width: 100%;
	height: auto;
}
#pc_banner .moimg {
	display: none;
}
#pc_banner .banner .swiper-slide .b_video {
	height: 100%;
	position: relative;
}
#pc_banner .banner .swiper-slide .b_video .b_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
}
#pc_banner .banner .swiper-slide .b_video .b_video_con {
	position: absolute;
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	left: 0px;
	top: 0px;
	width: 100vw;
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 2;
}
#pc_banner .banner .swiper-slide .b_video .b_image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}
#pc_banner .banner .swiper-slide img {
	display: block;
	width: 100%;
	left: 0px;
	top: 0px;
/*
	height: 100vh;
	max-height: 1080px;
*/
	object-fit: cover;
}
#pc_banner .bannerPic {
	position: relative;
	width: 100%;
	height: auto;
	transition: all 1s ease 2.5s;
	transform: perspective(1000px) translate3d(0, 0, 100px);
}
#pc_banner .swiper-slide.active .bannerPic {
	transition: all 5s ease 0s;
	transform: perspective(1000px) translate3d(0, 0, 0px);
}
#pc_banner .banner .swiper-slide .ind_ban_tex {
	position: absolute;
	text-align: left;
	width: 80%;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	display: none;
}
#pc_banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #ffffff;
	max-width: 90%;
	text-shadow: 3px 0 10px rgba(22, 78, 145, 0.4);
	transform: translateX(80px);
	opacity: 0;
	margin-bottom: 10px;
}
#pc_banner .banner .swiper-slide .ind_ban_tex .b_line {
	width: 100%;
	margin: 20px 0px 50px;
	height: 2px;
	background: #fff;
	transform: translateX(80px);
	opacity: 0;
	display: none;
}
#pc_banner .banner .swiper-slide .ind_ban_tex .ind_ban_con {
	width: 100%;
	display: block;
}
#pc_banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title {
	flex-basis: 75%;
	max-width: 55%;
	max-height: 400px;
	overflow: visible;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#pc_banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title:before {
	content: '';
	width: 0%;
	height: 1px;
	background: rgba(255,255,255,0.3);
	position: absolute;
	bottom: 0px;
	left: -30%;
	transform: translateX(80px);
	opacity: 0;
}
#pc_banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title .t_big {
	color: #ffffff;
	font-size: 3.5vw;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 1.2;
	margin-bottom: 10px;
	text-shadow: 3px 0 10px rgba(22, 78, 145, 0.4);
	transform: translateX(80px);
	opacity: 0;
}
#pc_banner .banner .swiper-slide.active .ind_ban_tex .ind_ban_tex_title:before {
	transition: all 1.5s ease 0s;
	transform: translateX(0);
	opacity: 1;
	width: 130%;
}
#pc_banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info {
	width: 40%;
	flex-basis: 25%;
	margin-bottom: 20px;
}
#pc_banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info .t_small {
	color: #ffffff;
	line-height: 1.5;
	font-size: 1.1vw;
	text-shadow: 3px 0 10px rgba(22, 78, 145, 0.4);
	transform: translateX(80px);
	opacity: 0;
}
#pc_banner .banner .swiper-slide.active .ind_ban_tex_title_en {
	transition: all 2s ease .5s;
	transform: translateX(0);
	opacity: 1;
}
#pc_banner .banner .swiper-slide.active .ind_ban_tex_title .t_big {
	transition: all 2s ease 1.2s;
	transform: translateX(0);
	opacity: 1;
}
#pc_banner .banner .swiper-slide.active .b_line {
	transition: all 2s ease .8s;
	transform: translateX(0);
	opacity: 1;
}
#pc_banner .banner .swiper-slide.active .ind_ban_tex_info .t_small {
	transition: all 2s ease 1.4s;
	transform: translateX(0);
	opacity: 1;
}
#pc_banner .banner .swiper-button-prev {
	background-image: none;
	left: calc(8.335% - 32px);
	top: calc(50% - 32px);
	width: 64px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	color: #ffffff;
	background-color: rgba(202, 202, 202, 0.3);
	transition: all .3s ease;
	display: none;
}
#pc_banner .banner .swiper-button-next {
	background-image: none;
	right: calc(8.335% - 32px);
	top: calc(50% - 32px);
	width: 64px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	color: #ffffff;
	background-color: rgba(202, 202, 202, 0.3);
	transition: all .3s ease;
	display: none;
}
#pc_banner .banner .swiper-button-next.swiper-button-disabled {
	background-color: rgba(0, 0, 0, 0.3);
}
#pc_banner .banner .swiper-button-prev.swiper-button-disabled {
	background-color: rgba(0, 0, 0, 0.3);
}
#pc_banner .banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	margin: 0 14px;
	opacity: 0.5;
	color: transparent;
}
#pc_banner .banner .swiper-pagination-bullet-active {
	opacity: 1;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: 2px solid rgba(255, 255, 255, 0.4);
	background-color: transparent;
	color: #ffffff;
}
#pc_banner .banner .swiper-pagination-bullet-active .rightcircle {
	-webkit-animation: circleProgressLoad_right 6.5s linear infinite;
	animation: circleProgressLoad_right 6.5s linear infinite;
}
#pc_banner .banner .swiper-pagination-bullet-active .leftcircle {
	-webkit-animation: circleProgressLoad_left 6.5s linear infinite;
	animation: circleProgressLoad_left 6.5s linear infinite;
}
#pc_banner .banner .swiper-pagination-bullet-active .wrapper_con {
	display: block;
}
#pc_banner .banner .swiper-pagination {
	font-size: 0px;
}
#pc_banner .banner .swiper-pagination > span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
#pc_banner .banner .swiper-container-rtl .swiper-button-next {
	left: calc(8.335% - 32px);
}
#pc_banner .banner .swiper-container-rtl .swiper-button-prev {
	right: calc(8.335% - 32px);
}
#pc_banner .banner .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 5%;
}
#pc_banner .banner .swiper-pagination-custom {
	bottom: 5%;
}
#pc_banner .banner .swiper-pagination-fraction {
	bottom: 5%;
}
#pc_banner .right {
	right: -2px;
}
#pc_banner .left {
	left: -2px;
}
#pc_banner .circleProgress {
	width: 42px;
	height: 42px;
	border: 2px solid transparent;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	-webkit-transform: rotate(-135deg);
}
#pc_banner .rightcircle {
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	right: 0px;
}
#pc_banner .leftcircle {
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	left: 0px;
}
#pc_banner .wrapper_con {
	width: 21px;
	height: 42px;
	position: absolute;
	top: -2px;
	overflow: hidden;
	display: none;
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
#pc_banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
	font-size: 14px;
}
#pc_banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info .t_small {
	font-size: 15px;
}
#pc_banner .banner .swiper-button-prev {
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: calc(50% - 20px);
}
#pc_banner .banner .swiper-button-next {
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: calc(50% - 20px);
}
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
#pc_banner .f-center {
	padding-top: 0px;
}
#pc_banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
	font-size: 14px;
}
#pc_banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info .t_small {
	font-size: 15px;
}
#pc_banner .banner .swiper-button-prev {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
#pc_banner .banner .swiper-button-next {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
}

@media only screen and (max-width: 768px) {
#pc_banner .c-container {
	padding: 0px 25px;
}
#pc_banner .f-center .c-text-box .c-num img {
	width: 100px;
}
#pc_banner .f-center .c-text-box .c-num {
	margin-bottom: 5px;
}
#pc_banner .f-center .c-text-box .c-title {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
#pc_banner .f-center .c-text-box .c-text {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 12px;
	line-height: 20px;
}
#pc_banner .c-common-btn1 {
	display: none;
}
#pc_banner .banner .swiper-slide .ind_ban_tex {
	text-align: left;
}
#pc_banner .f-center {
	padding-top: 0px;
	height: 40vh;
}
#pc_banner .moimg {
	display: block;
	height: 100%;
}
#pc_banner .banner .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
}
#pc_banner .banner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 6px;
}
#pc_banner .rightcircle {
	display: none;
}
#pc_banner .banner .swiper-pagination-bullet-active .wrapper_con {
	display: none;
}
#pc_banner .f-14 {
	display: none;
}
#pc_banner .f-center {
	padding-top: 0px;
}
#pc_banner .banner .swiper-slide .b_video .b_video_con {
	display: none;
}
#pc_banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title {
	flex-basis: 100%;
	max-width: 100%;
	margin-bottom: 10px;
}
#pc_banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info {
	display: block;
	width: 100%;
}
#pc_banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
	font-size: 14px;
}
#pc_banner .banner .swiper-slide .ind_ban_tex .b_line {
	margin: 15px 0px 30px;
}
#pc_banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title .t_big {
	font-size: 6vw;
	margin-bottom: 0px;
}
#pc_banner .banner .swiper-button-prev {
	display: none;
}
#pc_banner .banner .swiper-button-next {
	display: none;
}
}
#pc_banner {
	width: 100%;
	max-width: none;
	min-width: 300px;
	height: auto;
	max-height: none;
	min-height: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
